ilert · Example Payload

Get Service Outages Overrides {Id}

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Service Outages Overrides {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get the specific service outage override",
  "description": "",
  "method": "GET",
  "path": "/service-outages/overrides/{id}",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": {
    "id": "string",
    "service": {
      "id": 1.0,
      "name": "string",
      "alias": "string",
      "status": null,
      "description": "string",
      "oneOpenIncidentOnly": true
    },
    "status": "OPERATIONAL",
    "from": "string",
    "until": "string"
  }
}